128185
@@ -324,7 +324,7 @@
private void writeAttribute(JsonGenerator jg, ObjectName oname, MBeanAttributeIn
       // UnsupportedOperationExceptions happen in the normal course of business,
       // so no need to log them as errors all the time.
       if (e.getCause() instanceof UnsupportedOperationException) {
-        LOG.debug("getting attribute "+attName+" of "+oname+" threw an exception", e);
+        LOG.debug("getting attribute "+attName+" of "+oname+" is unsupported");
       } else {
         LOG.error("getting attribute "+attName+" of "+oname+" threw an exception", e);
       }
